net/http.http2Transport.MaxHeaderListSize (field)
7 uses
	net/http (current package)
		h2_bundle.go#L7199: 	MaxHeaderListSize uint32
		h2_bundle.go#L7267: 	if t.MaxHeaderListSize == 0 {
		h2_bundle.go#L7270: 	if t.MaxHeaderListSize == 0xffffffff {
		h2_bundle.go#L7273: 	return t.MaxHeaderListSize
		transport.go#L421: 	if limit1 := t.MaxResponseHeaderBytes; limit1 != 0 && t2.MaxHeaderListSize == 0 {
		transport.go#L424: 			t2.MaxHeaderListSize = h2max
		transport.go#L426: 			t2.MaxHeaderListSize = uint32(limit1)
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |